home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / filemove / move.doc next >
Encoding:
Text File  |  1990-10-25  |  8.1 KB  |  242 lines

  1.  
  2. Computer Tyme MOVE * Copyright 1988-1990 by Marc Perkel
  3. All Rights Reserved * Version 2.6 * Release Date: 10-25-90
  4.  
  5. Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  6. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  7.  
  8. This program is part of the Computer Tyme DOS ToolBox.
  9. For $59.95 you can get the rest of the programs.
  10.  
  11. Moves files to other names, subdirectories or drives.
  12.  
  13. Usage: MOVE <file> <path> /Q/O/A/R/H/C/D
  14. WildCards are Allowed.
  15.  
  16.   /Q  ;Quiet mode, no messages are displayed while moving.
  17.   /O  ;OverWrite existing files without asking.
  18.   /A  ;Always ask before overWriting existing files.
  19.   /R  ;Include Read-Only files.
  20.   /H  ;Include Hidden, System, and Read-Only files.
  21.   /C  ;Copy instead of move.
  22.   /D  ;Delete files.
  23.  
  24. The thing that makes this MOVE program better than other move programs
  25. is that this one is done right! It first attempts to move by renaming.
  26. If this fails, it copies the files and then deletes the originals.
  27.  
  28. MOVE will normally overwrite existing files if the source file is newer
  29. than the destination file unless you use the /A or /O switches.
  30.  
  31. Examples:
  32.  
  33.   MOVE XYZ.DOC \SUBDIR        ;Moves XYZ.DOC to subdirectory SUBDIR
  34.   MOVE XYZ.DOC D:             ;Moves XYZ.DOC to D:
  35.   MOVE *.DOC \SUBDIR          ;Moves all .DOC files to SUBDIR
  36.   MOVE ABC.DOC XYZ.DOC        ;Renames ABC.DOC to XYZ.DOC
  37.   MOVE A:*.* /D/H             ;Deletes all files on A: in root
  38.   MOVE *.DOC \SUBDIR\*.TXT    ;Moves all .DOC files to SUBDIR and
  39.                                changes names to .TXT
  40.  
  41. Pipes and redirection are also allowed:
  42.  
  43.   TYPE MOVE.LST|MOVE C:\UTIL  ;Moves all files in MOVE.LST to C:\UTIL
  44.  
  45. =============================================================
  46.  
  47.       Information and order forms:
  48.  
  49.       ======================================================
  50.  
  51.       The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  52.       more powerful for the professional.
  53.  
  54.       DIRECTORY MASTER is a powerful hard disk managment utility. It
  55.       brings up your hard disk files and allows you to mark selected
  56.       files so you can copy them, delete them, or move them. It also
  57.       allows you to rename files, change dates, and change attributes.
  58.       You can also run programs or set up your function keys to run
  59.       programs on selected files.
  60.  
  61.       DOLIST makes being at DOS easier. It gives you full line editing,
  62.       like a word processor, for your commands. It also stores commands
  63.       so that you can re-execute them. It remembers subdirectories and
  64.       allows you to go back to them by pressing the TAB key. It offers
  65.       programmable function keys, DOS extensions, multiple execution,
  66.       and many more features you have got to have.
  67.  
  68.       PICK DIRECTORY allows you to move through the directory system by
  69.       displaying a graphic tree and letting you use your arrow keys to
  70.       move around. It also lets you create, delete, rename, and hide
  71.       directories.
  72.  
  73.       TEDIT (from SemWare) is a powerful, easy to use full screen
  74.       editor.
  75.  
  76.       MARXTSR is a set of memory and TSR management utilities that let
  77.       you load and unload TSRs (Terminate and stay resident programs)
  78.       from memory. Utilities to list menory allocation and turn TSR's
  79.       on and off.
  80.  
  81.       And many more ... Also includes is D, a fancy directory listing
  82.       program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  83.       FIND, FREE, PIPEDIR, VERSION, and many more.
  84.  
  85.       The Dos Toolbox sells for $59.95.
  86.  
  87.       ======================================================
  88.  
  89.       We are also selling QEdit from Semware. QEdit is a professional
  90.       editor from Semware. TEdit is a mini version of QEdit. If you
  91.       like TEdit, You'll love QEdit.
  92.  
  93.       1-800-548-5353 Order Line
  94.       1-417-866-1222 Voice Line
  95.       1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  96.  
  97.       
  98.       MARXMENU:
  99.  
  100.       For the menu user who is interested in POWER!
  101.  
  102.       MarxMenu version 1.99 is a menu system that uses NO RAM. MarxMenu
  103.       is compatible with all networks and contains a powerful menu
  104.       language. This language gives you complete screen control as well
  105.       as conditional menus. Math and string functions as well as
  106.       multidimensional arrays are supported. MarxMenu can read
  107.       environment variables, ports, ram locations, time, dates, the
  108.       contents of text files, ect. and make decisions on them.
  109.  
  110.       Screen control includes multi-layer exploding windows with
  111.       unlimited number of selections and unlimited windows. 43/50 line
  112.       ega and vga modes are supported. MarxMenu contains a screen
  113.       blanker, password security on anything, keyboard lockout.
  114.       MarxMenu can run programs while staying resident and read the dos
  115.       errorlevel codes they return or marxmenu can return custom
  116.       errorlevel codes to a calling program or batch file. MarxMenu can
  117.       view text files in a window, read text files into an array and
  118.       let you choose a line from that array in a window. MarxMenu can
  119.       write string arrays to text files.
  120.  
  121.       This menu system is targeted at the user whose primary interest
  122.       is POWER! Here is a simple sample of what MarxMenu script looks
  123.       like:
  124.  
  125.       ==========================================
  126.  
  127.       ;This menu is a sample of a simple menu.
  128.       ;To run this menu type 'MARX SAMPLE'
  129.  
  130.       TextColor Yellow Red
  131.       ClearScreen
  132.       BoxBorderColor Green Blue
  133.       BoxInsideColor Yellow Blue
  134.       DrawBox 25 7 32 13
  135.       WriteCenter '* Sample Menu *'
  136.       Writeln
  137.       Writeln
  138.       Writeln '   A - Directory'
  139.       Writeln '   B - Wide Directory'
  140.       Writeln '   C - Run ChkDsk'
  141.       Writeln '   D - Type Menu to Screen'
  142.       Writeln '   E - Edit This Menu'
  143.       Writeln '   F - Drop to Dos'
  144.       Writeln ' Esc - Exit'
  145.       Writeln
  146.       Write ' Select: '
  147.  
  148.       OnKey 'A'
  149.          DIR
  150.          Pause   ;Lets you see the directory before screen clears
  151.  
  152.       Onkey 'B'
  153.          DIR/W
  154.          Pause
  155.  
  156.       OnKey 'C'
  157.          CHKDSK
  158.          Pause
  159.  
  160.       OnKey 'D'
  161.          TYPE SAMPLE.MNU|MORE
  162.          Pause
  163.  
  164.       OnKey 'E'
  165.          TEDIT SAMPLE.MNU
  166.  
  167.       OnKey 'F'
  168.          @Echo To Return to the SAMPLE menu type EXIT
  169.          @Echo .
  170.          COMMAND
  171.  
  172.  
  173.       MarxMenu comes with TEDIT and MARXTSR manager and a few goodies
  174.       out of the DOS ToolBox.
  175.  
  176.       ==========================================
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.         Make Check            Computer Tyme            Order Form 2.7
  190.         Payable To:    411 North Sherman Suite 300
  191.                           Springfield Mo. 65802
  192.                      (417) 866-1222  (800) 548-5353
  193.  
  194.  
  195.         Please send me the Computer Tyme Software.
  196.  
  197.         =============================================================
  198.  
  199.         Name:        ________________________________________________
  200.  
  201.         Address:     ________________________________________________
  202.  
  203.         City/St/Zip: ________________________________________________
  204.  
  205.         Phone:       ________________________________________________
  206.  
  207.         Computer:    ________________________________________________
  208.  
  209.         Got From:    ________________________________________________
  210.  
  211.         Comments:    ________________________________________________
  212.  
  213.                      ________________________________________________
  214.  
  215.                      ________________________________________________
  216.  
  217.  
  218.         ___ Enclosed is $59.95 for The DOS ToolBox.
  219.  
  220.         ___ Enclosed is $59.95 for MarxMenu.
  221.  
  222.         ___ Enclosed is $99.95 for Both.
  223.  
  224.         ___ Enclosed is $49.95 for QEdit (from SemWare).
  225.  
  226.  
  227.         Network licenses are sold on a per fileserver basis.
  228.  
  229.         ___ Enclosed is $495 for The DOS ToolBox network version.
  230.  
  231.         ___ Enclosed is $495 for MarxMenu network version.
  232.  
  233.         ___ Enclosed is $750 for Both network version.
  234.  
  235.  
  236.         ___ Add $3.00 for Shipping and Handling.
  237.  
  238.         ___ I need 3 1/2 Inch Media.
  239.  
  240.  
  241.         =============================================================
  242.